Welcome![Sign In][Sign Up]
Location:
Search - tree list

Search list

[GUI DevelopTreeListSwitchDialog

Description: Vc++编写的,用对话框中的树列表来切换右边的显示内容,值得一看的-Vc++, prepared using the tree list in the dialog box to display the contents of the right switches, see the
Platform: | Size: 169984 | Author: wang | Hits:

[Dialog_Windowexplorer

Description: 利用VC中的Treeview和Listview,做一个自己的资源管理器,左侧的树状目录可以关闭,当点击一个文件夹时右侧的Listview中会显示文件夹的内容。尽量模仿windows的资源管理器的功能,比如左侧文件夹图标的变化和右侧的Listview中可以显示“列表”,“详细资料”-The use of VC in the Treeview and Listview, a manager' s own resources, the left side of the tree can be closed when clicking on a folder in the right side Listview will show the contents of the folder. Try to imitate windows resource management functions, such as the left side of folder icon changes and the right side Listview can display the " list" , " detailed information"
Platform: | Size: 282624 | Author: 夏廉 | Hits:

[ListView/ListBoxvc-treeviw-demoprogram

Description: Microsoft visual C++ 6.0, tree view & list control demo program-Microsoft visual C++ 6.0, tree view & list control demo program
Platform: | Size: 87040 | Author: eric | Hits:

[Education soft systemvcstu_src

Description: VC++毕业设计+论文:高校宿舍管理系统,Access数据库,界面相对专业,程序中有很多亮点值得学习。比如树型菜单,LIST拖动等。系统可以按公寓、楼号归分学生信息。可实现学生信息添加、删除、查询等常规操作。-VC++ graduation project+ thesis: University hostel management system, Access database, the interface is relatively professional, procedures there are many bright spots worth learning. For example, the menu tree, LIST drag and so on. System can be an apartment, to the sub-floor, its student information. Student information can be add, delete, query, such as conventional operations.
Platform: | Size: 1843200 | Author: 692 | Hits:

[Windows Developtree

Description: 树的实现,先通过带右链的顺序存储输入,然后转换为左右子树链表存储-The realization of the tree, first by the order of the chain store with the right input, and then converted to sub-tree list is stored about
Platform: | Size: 3072 | Author: shiw019 | Hits:

[VC/MFCthe-analysis-of-STL-sourse

Description: 本书所呈现的源码,使你踏上了基度山岛。源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。-The source code presented in this book, so that you set foot on the base of Monte island. Prior to the non-secret source code, you will see the vector implementation, list the implementation, heap implementation, deque implementation, Red Black tree implementation, hash table implementation, set/map for implementation you will see the various algorithms (sort, find, permutations and combinations, data movement and replication technology) is achieved you can even see the bottom of memory pook and higher-order abstract traits mechanism for implementation.
Platform: | Size: 10075136 | Author: 祝鹏 | Hits:

[Button controlTreeView123

Description: tree控件与list控件通信,介绍tree控件与list控件的使用。-list control and tree control, communications, introduced tree list control with the use of control.
Platform: | Size: 27648 | Author: wwwboy | Hits:

[Data structstree

Description: 二叉树的存储类型说明、使用二叉链表的方法来建立二叉树。-Binary storage type instructions, use the binary method to create a binary tree list.
Platform: | Size: 1024 | Author: hello | Hits:

[File Operatetree-control

Description: MFC的文件检索与TREE控件搭配写的一个demo。可列出你设定目录下的所有文件,以tree控件形式查看-MFC' s document retrieval and written with a TREE control demo. You set the directory to list all files in the form of tree view control
Platform: | Size: 27648 | Author: madud | Hits:

[Data structstree

Description: 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 ^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the following description of the triple (F, C, L/R) sequence of a binary tree of all the input side (where F that identifies the parent node, C, said child node ID, L/R that C is F, left or right child child), and triples in the input sequence, C is the emergence of a hierarchical order. Node identity is established character types. F = ' ^' C for the root identity when, if C is also a ' ^' , then enter the end. Test preparation algorithm, the input sequence of triples binary build the binary tree list, and in order to sequence the output. ^ AL ABL ACR BDL CEL CFR DGR FHL ^ ^ L
Platform: | Size: 1024 | Author: tesla | Hits:

[Data structstree-and-forest

Description: 实现树和森林的二叉链表表示方法和树的两种遍历算法及其应用。-To achieve binary trees and forests and tree list representations of two traversal algorithm and its application.
Platform: | Size: 2048 | Author: 冰与火 | Hits:

[Data structsa-binary-tree

Description: 在采用链式存储结构的二叉树上,以bt指向根结点,p指向任一给定的结点,编程实现求出从根结点到给定结点之间的路径。主要是对二叉树的存储结构及其在二叉链表树上的各种操作加深理解。-The introduction of chain stores on the binary tree structure to point to the root bt, p point to any given node, programming derived from the root to the given path between nodes. Mainly on the binary tree structure and stored in the binary tree list to deepen understanding of various operations.
Platform: | Size: 40960 | Author: as | Hits:

[TreeViewMFC-Tree-Control--using

Description: 网上找的非常基础的文章,测试发现当Single Expand property和Always Show Selection属性同时设置为TRUE时,Always Show Selection会失效,不知道这样的认识对不对?- MFC Tree controls are one of the useful controls to show a hierarchical view of items. They can show the folders list, any parent- child relationship items etc., CTreeCtrl is the class which handles all the MFC Tree Control related operations . It has all the necessary methods to Add MFC Tree control items, Retrieve selected items, Remove the items and other event handlers needed.
Platform: | Size: 10240 | Author: 李明 | Hits:

[ComboBoxtree-la-caidan

Description: 一个很好的LABVIEW下拉列表的程序,供大家一起学习讨论并且可以共同进步-LABVIEW a good drop-down list of procedures for everyone to learn and can progress together to discuss
Platform: | Size: 41984 | Author: 温向华 | Hits:

[Symbiantree

Description: symbian tree_树形列表的实现实例-tree_ implementation instance tree list
Platform: | Size: 13312 | Author: 邵文浩 | Hits:

[OS programtree

Description: VC 树列表控件TREE操作入门实例 VC 树列表控件TREE操作入门实例 VC 树列表控件TREE操作入门实例-The VC tree list control TREE operating entry instance VC tree list control TREE operation entry instance the VC tree list controls TREE operating entry instance VC tree list control TREE the operation entry-instance the VC tree list controls TREE operation entry instance
Platform: | Size: 425984 | Author: 左杰 | Hits:

[Software Engineeringtree

Description: 高性能ASP.NET树状列表控件,提高客户端显示目录树效率,分析存在原因-High-performance ASP.NET tree list control to improve the efficiency of the client to display the directory tree analysis there is a reason
Platform: | Size: 221184 | Author: | Hits:

[Internet-Networkbinary-tree

Description: 1)按照先序序列建立下图所示二叉树的二插链表树,结点元素类型取字符型,树的字符序列从键盘逐个输入。 2)在第1)步建立好的二叉链表树上实施前序、中序和后序递归遍历,并输出相应遍历序列。 3) 在第1) 步建立好的二叉链表树上实施前序遍历的叶子结点输出及其个数统计。 4)在第1)步建立好的二叉链表树上实施中序非递归遍历,并输出相应遍历序列(选做) 5)中序线索化第1)步所建立的二叉链表树,中序遍历所建立的线索二叉树,并输出遍历结果(选做) -1) the establishment of a first-order sequence shown in the figure below two binary tree insert list, take junction element type character, the character sequence input the keyboard by one tree. 2) In the first step 1) to establish a good binary tree implementation of the pre-order list, sequence and subsequent recursive traversal, and outputs a corresponding traversal sequence. 3) the establishment of a good list before binary tree traversal implementation leaf node output and the number of statistics in the first step 1). 4) Establish the first step 1) good binary tree list in order to implement the non-recursive traversal, and outputting a corresponding traversal sequences (OPTIONAL) 5) sequence of clues 1) Step list established by the binary tree, in preorder established threaded binary and output through the results (OPTIONAL)
Platform: | Size: 55296 | Author: | Hits:

[Data structstwo-fork-tree

Description: 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。实现二叉树的基本功能。 -According binary abstract data type definition, use two forks to implement a binary tree list. Achieve the basic functions of a binary tree.
Platform: | Size: 47104 | Author: 周琳 | Hits:

[GDI-BitmapTree-list-box

Description: 树型框,使用exdui自绘,可以作为学习例子使用-Tree box, use exdui self-painted, can be used as an example of the use of learning
Platform: | Size: 223232 | Author: zhang | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net